home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / iv.dir / 00029_select none callback.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  188 b   |  10 lines

  1. on mouseDown
  2.   set tmp to the castNum of sprite the clickOn
  3.   repeat while the stillDown
  4.     nothing()
  5.   end repeat
  6.   if the mouseCast = tmp then
  7.     QuestionListSelectNone()
  8.   end if
  9. end
  10.